home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util2 / mkunpack.rea < prev    next >
Text File  |  1996-01-16  |  2KB  |  61 lines

  1. Short:    Automated File Unpacker for .lha, .lzh archives.
  2. Author:   cs9h3kmk@swansea.ac.uk (Mark Kiddell)
  3. Uploader: cs9h3kmk@swansea.ac.uk (Mark Kiddell)
  4. Type:     util/arc
  5.  
  6.  
  7. Unpack 1.0 by Mark Kiddell - 7th December 1995
  8. ==============================================
  9.  
  10. INTRODUCTION
  11.  
  12. There are plenty of utilities on the Aminet for extracting lha and lzh
  13. archives, however none of them did quite what I wanted. So I wrote Unpack.
  14.  
  15.  
  16. THE PROBLEM
  17.  
  18. Say you have a list of files in a directory, e.g.
  19.  
  20. Directory of "Downloads:Utils/Disk-Utils" on Today     01:44
  21.  -----rwxd   Oct 26 95 15:19   14   6,278 FmsDisk.lha
  22.  -----rwxd   Oct 26 95 15:19   69  34,474 NoErrors.lha
  23.  -----rwxd   Oct 26 95 15:19  100  50,256 OKTAGON.LHA
  24.  -----rwxd   Oct 26 95 15:19   57  28,436 PCDisk.lha
  25.  -----rwxd   Oct 26 95 15:19  446 227,728 PFS.lha
  26.  -----rwxd   Oct 26 95 15:19   20   9,404 PsuedoHD.lha
  27. 6 files - 0 dirs - 0 links - 706 blocks - 356576 bytes
  28. Used 52600320 bytes  -  Free 56294912 bytes (12% free)
  29.  
  30. Now say that you want to unpack each of these.
  31. Sometimes when unpacking, lha archives create their own directory and place
  32. all of their files in it. However, some archives put all of there files in
  33. the current directory, which can get messy.
  34. If you were decompressing all of the above lha files at the same time, you
  35. you could become quite confused which file belongs to each archive. (I do!)
  36.  
  37.  
  38. THE SOLUTION
  39.  
  40. Enter the directory shown above and type MK:Unpack
  41.  
  42.  
  43. WHAT IT DOES
  44.  
  45. For the above example, Unpack will create directories called FmsDisk,
  46. NoErrors, OKTAGON, PCDisk, PFS, and PsuedoHD. Into each of these
  47. directories, the relevant archive will be decompressed.
  48. Once an archive has been decompressed, the .lha or .lzh file is moved
  49. into the Unarchived directory (Created automatically).
  50.  
  51. The result is:
  52.  
  53. Directory of "Downloads:Utils/Disk-Utils" on Today     01:55
  54.  d----rwxd     Today   01:54    2   (dir) FmsDisk
  55.  d----rwxd     Today   01:54    2   (dir) NoErrors
  56.  d----rwxd     Today   01:54    2   (dir) OKTAGON
  57.  d----rwxd     Today   01:54    2   (dir) PCDisk
  58.  d----rwxd     Today   01:54    2   (dir) PFS
  59.  d----rwxd     Today   01:55    2   (dir) PsuedoHD
  60.  d----rwxd     Today   01:55    2   (dir) Unarchived
  61.